<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Word-Count/Word Count, branch master</title>
<subtitle>Word counter for the current TextEdit document</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/'/>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2018-11-21T01:58:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-21T01:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=11cb5c509c7680129b7e7d9c4b25525304f46e45'/>
<id>11cb5c509c7680129b7e7d9c4b25525304f46e45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AppDelegate.applescript: Fix whitespace</title>
<updated>2018-11-21T01:57:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-21T01:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=88c92eb7efa560aa68dbb3c0f3d515e54e9eaf63'/>
<id>88c92eb7efa560aa68dbb3c0f3d515e54e9eaf63</id>
<content type='text'>
Xcode was set to 4-space tabs, but the template-generated AppDelegate
used tabs. Switch over to tabs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xcode was set to 4-space tabs, but the template-generated AppDelegate
used tabs. Switch over to tabs.
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Make filename label the width of the window</title>
<updated>2018-10-08T16:32:26+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=d55e24c550c03dfc7d174247d1d96438a62fd4b3'/>
<id>d55e24c550c03dfc7d174247d1d96438a62fd4b3</id>
<content type='text'>
Otherwise names that were larger than "No File" would be cut off.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise names that were larger than "No File" would be cut off.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close the application when the window is closed with the close button</title>
<updated>2018-10-08T16:31:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=d676974a5a66c6cbb89a1b2cc0333ff1d7acf1cb'/>
<id>d676974a5a66c6cbb89a1b2cc0333ff1d7acf1cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Change filename label to "No File"</title>
<updated>2018-10-08T16:23:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=0a809e7f7b275d3eff5e93b957183732093f3210'/>
<id>0a809e7f7b275d3eff5e93b957183732093f3210</id>
<content type='text'>
Makes it clear that the application wasn't able to find a file to read
from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it clear that the application wasn't able to find a file to read
from.
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Remove non-essentials from menu bar</title>
<updated>2018-10-08T16:23:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=5be9faa47e5b4f623a0951d99a017aa639252899'/>
<id>5be9faa47e5b4f623a0951d99a017aa639252899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Remove Auto Layout</title>
<updated>2018-10-08T16:17:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=995ec750f18f32217b9368b57bdef28d7ef64b30'/>
<id>995ec750f18f32217b9368b57bdef28d7ef64b30</id>
<content type='text'>
Fix this error:

  error: Auto Layout before OS X 10.7

by un-checking the "Use Auto Layout" check box in Interface Builder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix this error:

  error: Auto Layout before OS X 10.7

by un-checking the "Use Auto Layout" check box in Interface Builder.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing nib file from bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7</title>
<updated>2018-10-08T16:15:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=029f71e17ff85e892477a140368c05f5df78dc68'/>
<id>029f71e17ff85e892477a140368c05f5df78dc68</id>
<content type='text'>
I accidentally deleted the nib file when disabling internationalisation.
When prompted, I had selected the "Move to Trash" option instead of the
"Move to English" option, thinking that the non-defined files would get
moved and the English one would remain. Not so. This restores the nib
file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I accidentally deleted the nib file when disabling internationalisation.
When prompted, I had selected the "Move to Trash" option instead of the
"Move to English" option, thinking that the non-defined files would get
moved and the English one would remain. Not so. This restores the nib
file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change deployment target to 10.6</title>
<updated>2018-10-08T15:45:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T15:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7'/>
<id>bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7</id>
<content type='text'>
Uncheck the "Use Base Internationalization" check box in the project
Info panel as that requires OS 10.8 or higher.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uncheck the "Use Base Internationalization" check box in the project
Info panel as that requires OS 10.8 or higher.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a label to display the filename of the document used</title>
<updated>2018-10-08T15:33:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T15:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=f722251e725d6ed0ee8434ad2207a00d7f09c3a7'/>
<id>f722251e725d6ed0ee8434ad2207a00d7f09c3a7</id>
<content type='text'>
Provides a way to confirm that the word counter operated on the expected
document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provides a way to confirm that the word counter operated on the expected
document.
</pre>
</div>
</content>
</entry>
</feed>
